home *** CD-ROM | disk | FTP | other *** search
-
- /* $Id: OptionsPanel.h,v 1.1.1.1 1993/03/18 03:34:39 davis Exp $ */
-
-
-
- #import <objc/Object.h>
-
- @interface OptionsPanel:Object
- {
- id panel;
- id status;
- BOOL _textCellChanged;
- }
-
- - init;
-
- - panel;
- - showPanel:sender;
- - forceUpdate;
-
-
- /** Window Delegate Methods **/
-
- - windowDidUpdate:sender;
-
-
- /** Text Delegate Methods **/
-
- - textDidEnd:textObject endChar:(unsigned short)whyEnd;
- - (BOOL) textWillChange:textObject;
-
-
- @end
-